home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / comm / tcp / netinfo.lha / NetInfo_28 / NetInfo.ReadMe < prev    next >
Text File  |  2000-11-04  |  11KB  |  391 lines

  1. NetInfo II 2.8
  2. ==============
  3.  
  4. NetInfo II is a network information viewer utility. It integrates
  5. the functionality of the well known standalone TRACEROUTE, PING, WHOIS 
  6. and FINGER programs into a seamless GUI application.
  7.  
  8. Features:
  9.  
  10. - "quick traceroute": Sends a series of packet in quick
  11.   succession to get a route overview very fast, then
  12.   does accurate timings for the individual hops
  13.  
  14. - "ping": Sends a sequence of ICMP ECHO packets to a host
  15.   to measure network latency and stability.
  16.  
  17. - graphical display of hop min/last/max timings
  18.  
  19. - shows geographical location of hosts with
  20.   country flags
  21.  
  22. - integrated smart WHOIS function: double-click on
  23.   a IP, Host or Network column to automatically receive
  24.   WHOIS information for the given object. NetInfo
  25.   determines the WHOIS host to query.
  26.  
  27. - automatically retrieves WHOIS network information
  28.   for hosts
  29.  
  30. - automatically scans destination host for Web (HTTP) and FTP
  31.   server versions
  32.  
  33. - history for all queried hosts
  34.  
  35. - integrated FINGER client
  36.  
  37. - integrated "classical" WHOIS client with on-disk cache
  38.  
  39. NetInfo is (C) 1997-2000 Oliver Wagner <owagner@vapor.com>, All Rights
  40. Reserved.
  41.  
  42. NetInfo works with Genesis, Miami and AmiTCP. "socket.library"-based
  43. TCP/IP stacks (as225r2 etc.) are not supported, and the traceroute
  44. functionality won't work with SOCKS (whois and finger will, though).
  45.  
  46. NetInfo uses MUI 3.8 and the "NList" list classes by Gilles Masson.
  47. NList is available from AmiNet or from ftp.vapor.com, in the
  48. "/pub/3rdparty/" directory.
  49.  
  50. __________________________________________________________________________
  51.  
  52.  
  53. ARexx commands
  54. --------------
  55. Besides the standard MUI ARexx commands supported for every
  56. MUI application, NetInfo II implements the following AREXX commands:
  57.  
  58.  TRACE HOST/A
  59.  Start a traceroute to the given host
  60.  
  61.  PING HOST/A
  62.  Start a ping to the given host
  63.  
  64.  FINGER USERHOST/A
  65.  Open a finger query to the specified user@host
  66.  
  67.  WHOIS OBJECT/A,SERVER
  68.  Open a whois query for the specified object,
  69.  optionally to the given server
  70.  
  71.  STOP
  72.  Abort a traceroute in progress
  73.  
  74. __________________________________________________________________________
  75.  
  76.  
  77. Changes from Release 2.5 to 2.8
  78. -------------------------------
  79. (see "Revision History" for full details)
  80.  
  81. - added support for classical PING
  82.  
  83. Changes from Release 2.4 to 2.5
  84. -------------------------------
  85. (see "Revision History" for full details)
  86.  
  87. - now supports Internic WHOIS redirection
  88.  
  89. Changes from Release 2.3 to 2.4
  90. -------------------------------
  91. (see "Revision History" for full details)
  92.  
  93. - Flag images are now integrated to speed up
  94.   operation and reduce disk consumption
  95.  
  96. - Fixed screwed up catalogs introduced in 2.3
  97.  
  98. Changes from Release 2.2 to 2.3
  99. -------------------------------
  100. (see "Revision History" for full details)
  101.  
  102. - Domain to Whois server mapping is now
  103.   external
  104. - PRINT functionality for FINGER/WHOIS results
  105. - ARexx port
  106.  
  107. Changes from Release 2.0 to 2.2
  108. -------------------------------
  109. (see "Revision History" for full details)
  110.  
  111. - several bugfixes 
  112.  
  113. __________________________________________________________________________
  114.  
  115.  
  116. Future plans
  117. ------------
  118. - some real documentation
  119. - printing of the traceroute result
  120. - ascii export (clipboard/file) of traceroute result
  121. - more extensive service scanning
  122. - offline browsing of the cached data
  123. - configuration of colors used to graph plotting
  124. - editing of history list
  125. - more obvious progress report
  126.  
  127. __________________________________________________________________________
  128.  
  129.  
  130. Revision history
  131. ----------------
  132.  
  133. 2.0.1 - 2.0.4
  134. -------------
  135. [internal]
  136.  
  137. 2.0.5
  138. -----
  139. - General: first alpha release after redesign
  140.  
  141. 2.0.6
  142. -----
  143. - GUI: fixed problems with graph plotter
  144.  
  145. 2.0.7
  146. -----
  147. - GUI: fixed duplicate history entries when
  148.   pressing return to start a lookup
  149. - Net: added FTP version query
  150.  
  151. 2.0.8
  152. -----
  153. - Net: Fixed crash in Probe receiver process
  154.  
  155. 2.0.9
  156. -----
  157. - GUI: fixed stop button
  158. - Net: fixed finger DNS error message
  159. - GUI: fixed starting with empty host string
  160.  
  161. 2.0.10
  162. ------
  163. - DB: made 151.0.0.0/8 be looked up in RIPE DB
  164.   as well (fixes Italy ITNet lookups :)
  165. - GUI: Location is now filled as well and shown
  166.   with nice flags (done by Beej). Tries the find
  167.   the country from the WHOIS DB first, but can
  168.   fall back to hostname (mostly for stupid
  169.   ARIN replies)
  170.  
  171. 2.0.11
  172. ------
  173. - GUI: fixed graph rendering problems on
  174.   16/24-bit screens
  175. - GUI: added heurestic to properly cut
  176.   hostnames like "www.active-net.co.uk"
  177. - Net: added workaround for nic.uk
  178.   whois query bug
  179. - Net: changed TLD->whois matching to
  180.   now always fall back to whois.ripe.net
  181.   and only list exceptions. Current
  182.   exception list has:
  183.    com/org/net -> Internic
  184.    uk -> whois.nic.uk
  185.    ca -> whois.cdnnet.ca
  186.   If you find more required exceptions,
  187.   please report
  188. - GUI: reply header on whois queries
  189.   now has the time and date of the fetch
  190. - GUI: fixed finger history
  191. - GUI: made whois and finger window default
  192.   sizes more reasonable
  193. - GUI: fixed lame bug: whois/finger queries
  194.   where started before the window objects
  195.   where added to the app, thus causing
  196.   crash under certain circumstances
  197. - GUI: added menu item to directly finger
  198.   a selected host
  199. - GUI: selecting an entry or pressing enter
  200.   in finger window now starts query
  201. - Net: added 130.244/16 to list of ripe-assigned
  202.   networks
  203.  
  204. 2.0.12
  205. ------
  206. - GUI: fixed graph rendering mask
  207.   blitting minterm. Should fix rendering
  208.   problems some people reported.
  209. - Net: fixed stripping of first chars
  210.   with "blah.co.uk"-alike demons
  211. - Net: fixed domain whois server lookup
  212.   table (should fix .uk lookups again :)
  213. - General: Fixed total and utter crash
  214.   when being started without TCP/IP stack
  215. - GUI: added 3D bordered flags (this needs
  216.   to be selectable)
  217. - DB: added 164.* to the list of RIPE
  218.   managed networks (grrr)
  219.  
  220. 2.0.13
  221. ------
  222. - DB: ARIN Whois queries are now done
  223.   with a "NE =" prefix to get more verbose
  224.   information for multiple matches.
  225.  
  226. 2.0.14
  227. ------
  228. - Net: changed the way how network lookups
  229.   are done: Now always first queries
  230.   whois.ripe.net, and only on a fail falls
  231.   back to whois.arin.net/whois.apnic.net.
  232.   Should heavily improve the quality of
  233.   the Location: results (you may have to
  234.   delete PROGDIR:Cache for changes to take
  235.   effect)
  236. - Net: added special handling for
  237.   127.0.0.1 net queries
  238.  
  239. 2.0.15
  240. ------
  241. - Net: now also understands the famous
  242.   "This is a dummy object..." reply from
  243.   ripe as a hint to query ARIN instead :)
  244. - Net: split DNS lookup and network lookup
  245.   in two different processes (DNS is normally
  246.   much faster than the tons of WHOIS queries
  247.   which must be performed)
  248. - GUI: starting without TCP/IP stack will
  249.   now yield an error requester and no more
  250.   crash.
  251. - GUI: selecting an entry and/or entering
  252.   a name and pressing enter will now abort
  253.   an traceroute in progress and start the new
  254.   one, instead of simply stopping.
  255.  
  256. 2.0.16
  257. ------
  258. - GUI: added "open new window" menu item
  259. - Prefs: added ImageDir tooltype/shell option
  260.   to set image location
  261. - Prefs: added CacheDir tooltype/shell option
  262.   to set cache location
  263. - Net: fixed a bug with restarting a new trace
  264.   with whois/dns lookups for a previous trace
  265.   still going on
  266. - Net: "Location" is now again filled in
  267.   by reverse DNS TLD first, then by WHOIS
  268.   (showing "US" for the internic TLDs)
  269. - GUI: initial refreshes are now happening
  270.   less often
  271. - GUI: Location which is based on incomplete
  272.   information (DNS, ARIN responses) is now
  273.   shown in blue text
  274. - General: Added Installer Script done
  275.   by Robert Reiswig
  276.  
  277. 2.0.17
  278. ------
  279. - GUI: input gadget now uses cursor up/down
  280.   to browse the history list without opening it
  281.  
  282. 2.0.18 [2.0 Release]
  283. --------------------
  284. - GUI: The whois menu items for selected host
  285.   operations are now disabled when no host
  286.   is selected
  287. - GUI: fixed tab cycle chains in finger
  288.   and whois windows
  289. - GUI: result text field now has a vert scrollbar
  290.   (just in case)
  291. - GUI: input gadget is now active when the window
  292.   opens
  293. - General: Updated Installer Script (RobR)
  294. - General: added Vapor_Update support
  295.  
  296. 2.1.0 [2.1 Release]
  297. -------------------
  298. - Net: fixed a serious bug in handling the case
  299.   of a finger or whois window being closed while
  300.   a query was outstanding. Ended up doing
  301.   a DoMethod( 2, ... )
  302. - GUI: now keeps the canonical host name and IP
  303.   in result field after trace has finished
  304. - Net: removed stale as225 code from network
  305.   module
  306. - Net: now removes \r from FTP server reply
  307. - Net: made local ID less ambigious across
  308.   several NetInfo instances
  309. - Net: fixed problems when a probe was restarted
  310.   and stale packets from previous probe were
  311.   still coming in
  312. - General: recompiled with full optimizations
  313. - General: giving a host name on the command line
  314.   now immediately starts the traceroute
  315. - GUI: fixed problems with restarting a trace
  316.   in mid-progress causing bogus "??" entries
  317.   to be inserted into the result listview
  318. - GUI: clicking "start" with an empty host
  319.   gadget will now active the gadget
  320.  
  321. 2.2 [2.2 Release]
  322. ---
  323. - Net: fixed a lame bug in the changed socket
  324.   code which would cause havoc(tm) if NI
  325.   was started without TCP/IP stack running
  326.   (Olli)
  327.  
  328. 2.2.1
  329. -----
  330. - Net: added "domain-registry.nl" as the NL
  331.   domain registry (Olli)
  332.  
  333. 2.3 [Release]
  334. -------------
  335. - Net: made the domain->whois server mapping
  336.   an external table file "PROGDIR:NetInfo.DomainTable"
  337.   (Olli)
  338. - GUI: added "Print" function to WHOIS window (Olli)
  339. - GUI: added "Print" function to FINGER window (Olli)
  340. - General: added ARexx port (Olli)
  341.  
  342. 2.3.1
  343. -----
  344. - Net: failure to lookup a host for trace will now show
  345.   this accordingly (Olli)
  346.  
  347. 2.3.2
  348. -----
  349. - GUI: flag images are now integrated into the program,
  350.   which reduces both disk space requirement and in-program
  351.   overhead due to datatype objects (Olli)
  352.  
  353. 2.3.3
  354. -----
  355. - GUI: no longer shows the "Register" buttons when
  356.   registered (Olli)
  357. - General: fixed 2.3 catalog screwup
  358.  
  359. 2.4 [Release]
  360. -------------
  361. - General: added updated Installer script which
  362.   properly verifies whether libs could be updated
  363.   (RobR, Zapek)
  364.  
  365. 2.5
  366. ---
  367. - Net: added automated whois redirection from
  368.   internic to new TLD registrars for WHOIS
  369.   lookups (Olli)
  370.  
  371. 2.5.1
  372. -----
  373. - Net: added DNS cache (Olli)
  374.  
  375. 2.6
  376. ---
  377. - GUI: added support for world map rendering of
  378.   route (Olli)
  379.  
  380. 2.7
  381. ---
  382. - GUI: reverted world map, due to crap results (Olli)
  383. - General: removed now obsolete image dir parameter (Olli)
  384.  
  385. 2.8
  386. ---
  387. - General: added "PING" functionality (Olli)
  388. - Rexx: added "PING HOST/A" command (Olli)
  389. - Net: fixed a race condition in shutdown which could
  390.   result in a lockup (Olli)
  391.